Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use plain peerId for protocolStats #61

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

vpavlin
Copy link
Member

@vpavlin vpavlin commented Sep 25, 2024

This PR removes hashing from protocolStats metrics.

The PeerID is randomly generated on each start of the Status app and is not directly tied to identity. If we considered some malicious deeper analysis of collected data to try to guess users' identities I don't believe hashing peerId would prevent that - might slightly complicate things, but that's all.

So for the sake of simplicity and consistency I'd lean towards not hashing.

closes #41

@adklempner adklempner merged commit 5ee01e0 into status-im:master Oct 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review PeerId hashing for telemetry
3 participants